Asset

  1. HipAssetUDA!T Asset(string path, T function(string) conversionFunc, int start, int end)
  2. HipAssetUDA!void Asset(string path, int start, int end)
    Asset
    (
    string path
    ,
    int start = 0
    ,
    int end = 0
    )

Parameters

path string

Path where the asset is located. It may receive an $ for path formatting with numbers(only valid when array is used.)

start int

For Arrays. Inclusive. May be greater than end for reverse counting.

end int

For Arrays. Inclusive.

Return Value

Type: HipAssetUDA!void

Meta